Dynamicweb 8 Documentation
SelectEditorType(Type,Nullable<Int32>) Method

Data type.
Indicates how much storage is required for holding field value.
Selects the best matching editor type for a given data type.
Syntax
'Declaration
 
Public Overloads Function SelectEditorType( _ 
   ByVal dataType As Type, _ 
   ByVal storage As Nullable(Of Integer) _ 
) As Type
public Type SelectEditorType( 
   Type dataType,
   Nullable<int> storage 
)

Parameters

dataType
Data type.
storage
Indicates how much storage is required for holding field value.

Return Value

Editor type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditorManager Class
EditorManager Members
Overload List

Send Feedback